int begin = myString.IndexOf('"'); int end = myString.LastIndexOf('"'); string secondArg = myString.Substring(begin, end - begin + 1);